﻿2026-07-06T06:35:45.3694553Z ##[group]Run actions/checkout@v5
2026-07-06T06:35:45.3695087Z with:
2026-07-06T06:35:45.3695396Z   fetch-depth: 0
2026-07-06T06:35:45.3695708Z   repository: SaberMage/spt-core
2026-07-06T06:35:45.3698418Z   token: ***
2026-07-06T06:35:45.3698739Z   ssh-strict: true
2026-07-06T06:35:45.3699028Z   ssh-user: git
2026-07-06T06:35:45.3699393Z   persist-credentials: true
2026-07-06T06:35:45.3699723Z   clean: true
2026-07-06T06:35:45.3700013Z   sparse-checkout-cone-mode: true
2026-07-06T06:35:45.3700374Z   fetch-tags: false
2026-07-06T06:35:45.3700689Z   show-progress: true
2026-07-06T06:35:45.3700978Z   lfs: false
2026-07-06T06:35:45.3701259Z   submodules: false
2026-07-06T06:35:45.3701552Z   set-safe-directory: true
2026-07-06T06:35:45.3701885Z ##[endgroup]
2026-07-06T06:35:45.5599555Z Syncing repository: SaberMage/spt-core
2026-07-06T06:35:45.5600851Z ##[group]Getting Git version info
2026-07-06T06:35:45.5601335Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-06T06:35:45.5808512Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-06T06:35:45.6013789Z git version 2.43.0.windows.1
2026-07-06T06:35:45.6037293Z ##[endgroup]
2026-07-06T06:35:45.6044539Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\efe92b3e-7674-4ee2-8988-1f8df474ac2b\.gitconfig'
2026-07-06T06:35:45.6057990Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\efe92b3e-7674-4ee2-8988-1f8df474ac2b' before making global git config changes
2026-07-06T06:35:45.6058953Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T06:35:45.6062567Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-06T06:35:45.6287521Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-06T06:35:45.6481999Z https://github.com/SaberMage/spt-core
2026-07-06T06:35:45.6507555Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-06T06:35:45.6511471Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-06T06:35:45.6711173Z HEAD
2026-07-06T06:35:45.6966487Z ##[endgroup]
2026-07-06T06:35:45.6970176Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-06T06:35:46.1402234Z ##[group]Cleaning the repository
2026-07-06T06:35:46.1406733Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-06T06:35:53.4910185Z Removing .adapter-notify/
2026-07-06T06:35:53.4910855Z Removing target/
2026-07-06T06:35:53.4946774Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-06T06:35:53.5440405Z HEAD is now at eafc1837 Merge 279df99067a41ead572534846142b9372d0a7812 into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T06:35:53.5473002Z ##[endgroup]
2026-07-06T06:35:53.5477033Z ##[group]Disabling automatic garbage collection
2026-07-06T06:35:53.5483917Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-06T06:35:53.5746730Z ##[endgroup]
2026-07-06T06:35:53.5747122Z ##[group]Setting up auth
2026-07-06T06:35:53.5753996Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-06T06:35:53.5998347Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-06T06:35:54.0465756Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T06:35:54.0748918Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-06T06:35:54.5923404Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T06:35:54.6166613Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-06T06:35:55.0931107Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-06T06:35:55.1251467Z ##[endgroup]
2026-07-06T06:35:55.1252250Z ##[group]Fetching the repository
2026-07-06T06:35:55.1259491Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +eafc1837c7074fb14574e127d6b3622d9af54c1b:refs/remotes/pull/52/merge
2026-07-06T06:35:56.0990949Z From https://github.com/SaberMage/spt-core
2026-07-06T06:35:56.0991514Z    8a54b2c7..279df990  remote-truth -> origin/remote-truth
2026-07-06T06:35:56.1120073Z ##[endgroup]
2026-07-06T06:35:56.1120491Z ##[group]Determining the checkout info
2026-07-06T06:35:56.1120962Z ##[endgroup]
2026-07-06T06:35:56.1126601Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-06T06:35:56.1407361Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-06T06:35:56.1630355Z ##[group]Checking out the ref
2026-07-06T06:35:56.1634785Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/52/merge
2026-07-06T06:35:56.1969095Z HEAD is now at eafc1837 Merge 279df99067a41ead572534846142b9372d0a7812 into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T06:35:56.1988730Z ##[endgroup]
2026-07-06T06:35:56.2232789Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-06T06:35:56.2451555Z eafc1837c7074fb14574e127d6b3622d9af54c1b
